runtime.workType.stackRoots (field)

13 uses

	runtime (current package)
		mgc.go#L428: 	stackRoots []*g
		mgc.go#L1232: 		if work.stackRoots[vIndex].isMaybeRunnable() {
		mgc.go#L1237: 			if gp := work.stackRoots[ivIndex]; gp.isMaybeRunnable() {
		mgc.go#L1238: 				work.stackRoots[ivIndex] = work.stackRoots[vIndex]
		mgc.go#L1239: 				work.stackRoots[vIndex] = gp
		mgc.go#L1317: 		gp := work.stackRoots[i]
		mgc.go#L1977: 	work.stackRoots = nil
		mgcmark.go#L157: 		work.stackRoots, work.nMaybeRunnableStackRoots = allGsSnapshotSortedForGC()
		mgcmark.go#L160: 		work.stackRoots = allGsSnapshot()
		mgcmark.go#L161: 		work.nMaybeRunnableStackRoots = len(work.stackRoots)
		mgcmark.go#L164: 	work.nStackRoots = len(work.stackRoots)
		mgcmark.go#L269: 		gp := work.stackRoots[i-work.baseStacks]